ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / Components Property

In This Topic
    Components Property (TransposedGrid<T>)
    In This Topic
    Gets the child components.
    Syntax
    'Declaration
     
    Public ReadOnly Property Components As IList(Of Component)
    public IList<Component> Components {get;}
    See Also